From: Jim Blandy Date: Mon, 3 May 1993 03:38:36 +0000 (+0000) Subject: * mouse.el (mouse-buffer-menu): Don't right-justify the buffer X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96428 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1a786d291b9ddc0feb3b43276b20c1c97eae4f01;p=emacs.git * mouse.el (mouse-buffer-menu): Don't right-justify the buffer name; this doesn't look nice if we use a proportional font. --- diff --git a/lisp/mouse.el b/lisp/mouse.el index 0b3a1824f94..e8658c68e6c 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -198,7 +198,7 @@ and selects that window." (setq head (cons (cons (format - "%14s %s" + "%-14s %s" (buffer-name elt) (or (buffer-file-name elt) "")) elt)